feat: forgejoのパブリックリポジトリを使えるようにする#1296
Merged
Merged
Conversation
Git LFSを使う上でサインインしないと全く使えない場合、 GitHubなどのパブリックリポジトリでGit LFSが当然使えなくなるため、 サインインしなくても見ることはできるようにします。 プライベートリポジトリはそれぞれの権限で守られますし、 アカウント作成も許可していないので、 権限なしでプライベートな空間にアクセスされることはありません。
nvd diff: seminar (base: master)Version changesClosure size: 4975 -> 4975 (13 paths added, 13 paths removed, delta +0, disk usage -24B). |
Contributor
There was a problem hiding this comment.
概要
REQUIRE_SIGNIN_VIEW = true を削除し、未認証ユーザーが公開リポジトリを閲覧できるようにする変更です。Git LFSを公開リポジトリで使えるようにするという目的に沿っており、DISABLE_REGISTRATION = true が維持されているため新規アカウント登録は引き続き不可で、未認証閲覧から認証操作への権限昇格リスクは限定的です。意図的かつ妥当な変更と判断します。
コード品質上の新たな問題はありません。一方で公開範囲を広げる変更のため、防御的な設定の追加と意図を残すコメントの追加を提案します。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Git LFSを使う上でサインインしないと全く使えない場合、
GitHubなどのパブリックリポジトリでGit LFSが当然使えなくなるため、
サインインしなくても見ることはできるようにします。
プライベートリポジトリはそれぞれの権限で守られますし、
アカウント作成も許可していないので、
権限なしでプライベートな空間にアクセスされることはありません。